home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / drnu451.arc / NUBEDELA < prev    next >
Text File  |  1990-10-19  |  749b  |  19 lines

  1.                                   BE DELAY 
  2.  
  3. Description:   Waits for a specified amount of time between batch file
  4.                commands so a user can see and respond to a message or a
  5.                screen display. The batch file continues after the pause. 
  6.  
  7. Syntax         Version 4.5:   BE DELAY (n) 
  8.  
  9.                                  Parameters:
  10.  
  11. (n)            An amount of time to wait, in eighteenths of a second. 
  12.  
  13. Example:       To display a message in the center of the screen and then
  14.                pause for five seconds to let the user see the message before
  15.                the batch command file resumes, enter:
  16.  
  17.                BE ROWCOL 12,30 "You have 5 seconds to read this." 
  18.                BE DELAY 90 
  19.